I'm running my Capacitor app on my iPad on Developer mode and I haven't been able to get the Universal Link working.
https://my-domain.com//.well-known/apple-app-site-association
in browser and via curl
correctly returns the file.
running sudo swcutil dl -d https://my-domain.com --verbose
returns
SWCErrorDomain 8 {
Domain: "<_SWCDomain 0x600002c92d80> https",
Line: "532",
Function: "-[SWCDownloader(Private) _downloadAASAFileForDomain:applicationIdentifier:downloadRoute:discretionary:completionHandlers:]_block_invoke"
}
I made my way down through here: <https://developer.apple.com/documentation/technotes/tn3155-debugging-universal-links#Host-and-verify-your-AASA>
I continued onto the next section, but swcutil_show.txt
file doesn't list my app even after uninstalling and re-deploying the app.
Any help is appreciated!